Method BuildNestedFieldAliases(IReadOnlyList<FieldInfo>)

Assembly: redb.MSSql.Pro.dll

Builds mapping from nested Dictionary field names to their CTE aliases.
Example: "AddressBook[home].City" -> "nd0"

public static Dictionary<string, string> BuildNestedFieldAliases(IReadOnlyList<FieldInfo> fields)